(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <graphics/rastport.h>
#include <graphics/text.h>
#include <proto/graphics.h>
void SetFont()
SYNOPSIS
struct RastPort * rp
struct TextFont * textFont

LOCATION
In GfxBase at offset 11
FUNCTION
Select a new font for rendering strings in a RastPort.

INPUTS
rp
Change this RastPort
textFont
This is the new font
RESULT
None.

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
06.03.1997 digulla
Three new functions
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
31.10.1996 aros
Moved driver prototypes into graphics_intern.h
24.10.1996 aros
Use the official AROS macros over the __AROS versions.
02.10.1996 digulla
Always pass GfxBase to driver
13.08.1996 digulla
Replaced __AROS_LA by __AROS_LHA
12.08.1996 digulla
Implemented the most commonly used Amiga graphics functions